[index]

Hide <object> Command

Syntax

hide <object>

Description

Hiding an object sets its visible property to false. Hidden objects do not receive mouse activity messages, and the Tab key does not advance to hidden fields. Objects hidden with the hide command can be shown again using the show command.

Notes

Hidden fields are not in the tabbing order.

Examples

on mouseUp hide field "ghost" wait 2 seconds show field "ghost"
This text has been mechanically extracted from the Oracle Media Objects 1.0.4.9 MediaTalk Reference, © 1995 Oracle Corporation, and is provided here solely for educational/historical purposes.